
.about {
    width: 100%;
    padding: 40px 0 50px 0;
    overflow: hidden;
    background: url(/style/images/aboutbg.jpg);
    }
.about .about_tit {
    width: 100%;
    height: 55px;
	position: relative;
	}
.about .about_tit span {
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 26px;
    }
.about .about_tit  p {
            background: url(/style/images/aboutbg.jpg);
            width: 260px;
            padding: 0 10px;
            position: relative;
            z-index: 99;
            margin: 0 auto;}
.about .about_tit p i{
                display: block;
                font-style: normal;
                height: 55px;
                line-height: 55px;
                font-size: 20px;
                text-align: center;
                width: 240px;
                background: url(/style/images/tit.png) no-repeat;
                color: #fff;
            }
.about .about_content .about_content1 .flimg {
    width: 100%;
    height: 48px;
}
.about .about_content .about_content1 .flimg img {
    width: 40px;
    height: 48px;
    float: left;
}
.about .about_content .about_content1 .about_img {
    width: 600px;
    height: 328px;
    overflow: hidden;
    margin: 0 0 0 30px;
	float:left;
}
.about .about_content .about_content1 .about_img img {
    width: 600px;
    height: 295px;
}
.about .about_content .about_content1 .about_text {
    width: 400px;
    margin-left: 48px;
    height: 249px;
	float:right;
}
.about .about_content .about_content1 .about_text p {
    color: #fff;
    font-size: 14px;
    line-height: 181%;
}
.about .about_content .about_content1 .about_menu {
    width: 100%;
    padding: 30px 0 0 30px;
	float:left;
}
.about .about_content .about_content1 .about_menu .you img {
	
	padding-top:30px;
}
.about .about_content .about_content1 .about_menu a {
    width: 182px;
    height: 34px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 18px;
}
.about .about_content .about_content1 .about_menu a:hover {
    border-radius: 40px;
    border: 3px solid #ea3516;
	background-color:#ea3516

}


.about_content .about_content1 {
        width: 1100px;
		margin:0 auto;
	   
		}
.about_content .about_content1 .flimg {
        width: 100%;
		height: 48px;
		}
.about_content .about_content1 .flimg img{
        width: 40px;
        height: 48px;
        float: left;
        }
				
